-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sysbuild: Add Kconfig to load microcode once only on nRF54L devices #19676
base: main
Are you sure you want to change the base?
Conversation
Prevents the microcode for CRACEN being loaded multiple times per image if the Kconfig is enabled by only loading it in the first image that uses it Signed-off-by: Jamie McCrae <[email protected]>
09f155d
to
ff9e886
Compare
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: ff9e8864ce34a11e24641d4739f99560bc23dc5e more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Memory footprint analysis revealed the following potential issuessample.matter.template.debug[nrf7002dk/nrf5340/cpuapp]: High ROM usage: 911846[B] - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-19676/2) |
@tejlmand @nvlsianpu @frkv @de-nordic please review |
Prevents the microcode for CRACEN being loaded multiple times per image if the Kconfig is enabled by only loading it in the first image that uses it
NCSDK-30215